PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFCloudPolygonAnnotation Class / setIntensity Method
The intensity (1 or 2) of the clould effect.
In This Topic
    setIntensity Method
    In This Topic
    Sets the intensity of the clould effect.
    The cloud is drawn using multiple arcs. 1 means more smaller arcs, 2 means less larger arcs.
    Syntax
    public void setIntensity( 
       int value
    )

    Parameters

    value
    The intensity (1 or 2) of the clould effect.
    See Also